<%include file="_meta.html" />
<%include file="_header.html" />
<% article = AT.GetArticle('event') %>

${article.header}一覧

${article.lead}

${article.context.get('context1')}

${article.context.get('context2')}

イベントの予約方法
  • 1
    イベント名をクリックして イベントの内容をチェック
  • >>>
  • 2
    「このイベントに申し込む」をクリックして必要事項を入力・送信
  • >>>
  • 3
    「参加予約確認メール」を持ってイベントに参加

    ※ メール画面を印刷or携帯電話の画面で準備してくださいね

アイコンの種類
  • 見学会
  • セミナー・相談会
  • イベント
  • プレゼント
  • 開催期間

    イベント名

    工務店名
  • %for contents in article.GetPostsByUpdated(10) :
  • ${ contents.GetField('eventdate') }

    ${ contents.title }

    <% posts = AT.GetPostsByKey('builder',str(contents.key)) %> %for ct in posts: ${ct.GetField('name')} %endfor
      %for c in contents.categories:
    • ${ c.label }
    • %endfor
        %endfor
<%include file="sogokan_bigfooter.html"/>
<%include file="_footer.html"/> <%include file="_anchor_navi.html"/>